home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Developer Scripts / FileMaker Pro 2.0 AS Examples / Property Examples / Record Properties < prev    next >
Text File  |  1992-11-25  |  224b  |  9 lines

  1. tell application "FileMaker Pro"
  2.     class of first Record
  3.     best type of Record 2
  4.     default type of Record -3
  5.     ID of Record 3
  6.     Access of Record 2 of Database 2
  7.     Protection of Record 2 of document 2
  8.     Lock of first Record
  9. end tell